Typical Usage:
(1) The following example waits for at least 100000 events in the event counter:
MAIN.C void main(void) { EC321_Reset(); /* reset the event counter */ /* wait for 100000 events */ while( EC321_GetNumEvents()<100000 ) ; }